London | 26-ITP-May | Edina Kurdi | Sprint 2 | Wireframe#1357
London | 26-ITP-May | Edina Kurdi | Sprint 2 | Wireframe#1357edinakurdi wants to merge 11 commits into
Conversation
- remove footer positioning - update footer placeholder text - simplify footer link styling - add article links, and adjust their styling
adjust footer link padding
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
| main { | ||
| max-width: var(--container); | ||
| margin: 0 auto calc(var(--space) * 4) auto; | ||
| padding: 0 8rem; | ||
| } |
There was a problem hiding this comment.
There is another main selector at line 78. Consider merging the properties from both selectors into a single main rule to make them easier to find and maintain.
| <p> | ||
| A branch in Git is like an alternative version of a project. When several developers work on the same project, separate branches help them avoid overriding each other's work. These branches then can be merged into the main branch through a pull request. | ||
| </p> |
There was a problem hiding this comment.
Breaking HTML text into multiple lines helps make the code easier to read, edit, and maintain while preserving the same rendered output.
VS Code formatter could be used to keep our code consistently formatted, including breaking long
lines of HTML text into multiple lines for easier editing and maintenance.
As a best practice, consider following this guide to enable VS Code's
"Format on Save" option or to use its "Format Document" command to ensure your code is always consistently formatted.


Learners, PR Template
Self checklist
Changelist
Edited HTML and CSS to follow the wireframe, explained three concepts: wireframe, branch, and README
Questions